home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 October / PCWorld_2004-10_cd.bin / software / topware / pspad / pspad431inst_cz.exe / {app} / Syntax / Lua.INI < prev    next >
INI File  |  2003-10-12  |  630b  |  54 lines

  1. ;PSPad user HighLighter definition file
  2. [Settings]
  3. Name=Lua
  4. HTMLGroup=0
  5. FileType=*.lua
  6. CommentString=
  7. ANSIComment=0
  8. PasComment=0
  9. SlashComment=0
  10. CComment=0
  11. SpecComment=0
  12. BasComment=0
  13. FoxComment=0
  14. REMComment=0
  15. ExclComment=0
  16. ByComment=0
  17. SharpComment=0
  18. SlashComment=0
  19. PerCentComment=0
  20. SinglQComment=0
  21. DblQComment=0
  22. SQLComment=1
  23. SingleQuote=1
  24. DoubleQuote=1
  25. Preprocessors=0
  26. IndentChar=
  27. UnIndentChar=
  28. TabWidth=4
  29. CaseSensitive=1
  30. [KeyWords]
  31. and=
  32. break=
  33. do=
  34. else=
  35. elseif=
  36. end=
  37. false=
  38. for=
  39. function=
  40. if=
  41. in=
  42. local=
  43. nil=
  44. not=
  45. or=
  46. repeat=
  47. return=
  48. then=
  49. true=
  50. until=
  51. while=
  52. [ReservedWords]
  53.  
  54.